diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/src/peer_mountbroker.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/geo-replication/src/peer_mountbroker.in b/geo-replication/src/peer_mountbroker.in index 8573abdf122..ec514f038e1 100644 --- a/geo-replication/src/peer_mountbroker.in +++ b/geo-replication/src/peer_mountbroker.in @@ -159,11 +159,11 @@ def _get_args():      parser_useradd.add_argument('username', help="Username", type=str)      parser_useradd.add_argument('volumes', type=str, default='', -                                help="Volumes list. ',' seperated") +                                help="Volumes list. ',' separated")      parser_volumedel.add_argument('username', help="Username", type=str)      parser_volumedel.add_argument('volumes', type=str, default='', -                                help="Volumes list. ',' seperated") +                                help="Volumes list. ',' separated")      parser_userdel.add_argument('username', help="Username", type=str)  | 
