Skip to content

Commit

Permalink
Merge pull request #7878 from shirady/nsfs-nc-help-spaces
Browse files Browse the repository at this point in the history
NSFS | NC | Missing Space Removal in Help
  • Loading branch information
shirady authored Mar 7, 2024
2 parents 3bc4d93 + a2b60be commit b9ef36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manage_nsfs/manage_nsfs_help_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Flags:
`;

const GLOBAL_CONFIG_ROOT_ALL_FLAG = `
--config_root <string> (optional) Use configuration files path (default config.NSFS_NC_DEFAULT_CONF_DIR)
--config_root_backend <none | GPFS | CEPH_FS | NFSv4> (optional) Use the filesystem type in the configuration (default config.NSFS_NC_CONFIG_DIR_BACKEND)
--config_root <string> (optional) Use configuration files path (default config.NSFS_NC_DEFAULT_CONF_DIR)
--config_root_backend <none | GPFS | CEPH_FS | NFSv4> (optional) Use the filesystem type in the configuration (default config.NSFS_NC_CONFIG_DIR_BACKEND)
`;

const ACCOUNT_FLAGS_ADD = `
Expand Down

0 comments on commit b9ef36c

Please sign in to comment.