tiny: correct a help message

Summary: Unmount defaults to being nondestructive now.

Reviewed By: wez

Differential Revision: D6661448

fbshipit-source-id: ccc74ca9e9721248145d1fc981f209db4d77ba78
This commit is contained in:
Chad Austin 2018-01-04 11:59:15 -08:00 committed by Facebook Github Bot
parent 4f40f9db60
commit 71a5c06d99

View File

@ -550,7 +550,7 @@ def create_parser():
mount_parser = subparsers.add_parser(
'mount', help='Remount an existing client (for instance, after it was '
'unmounted with "unmount -n")')
'unmounted with "unmount")')
mount_parser.add_argument(
'path', help='The client mount path')
mount_parser.set_defaults(func=do_mount)