Skip to content

Commit 5a0f1a5

Browse files
committed
Change help message from NFS to get in line with other protocols
1 parent 0dcfc73 commit 5a0f1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/nfs/proto_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def proto_args(parser, parents):
2-
nfs_parser = parser.add_parser("nfs", help="NFS", parents=parents)
2+
nfs_parser = parser.add_parser("nfs", help="own stuff using NFS", parents=parents)
33
nfs_parser.add_argument("--port", type=int, default=111, help="NFS portmapper port (default: %(default)s)")
44
nfs_parser.add_argument("--nfs-timeout", type=int, default=30, help="NFS connection timeout (default: %(default)ss)")
55

0 commit comments

Comments
 (0)