Skip to content

Commit

Permalink
squash. make it plural
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Mar 14, 2024
1 parent f92265b commit 1f6701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/irods_parse_command_line_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static int parse_program_options(
("very_verbose,V", "very verbose")
("data_type,D", po::value<std::string>(), "dataType - the data type string")
("restart_file,X", po::value<std::string>(), "restartFile - specifies that the restart option is on and the restartFile input specifies a local file that contains the restart information.")
("link", "ignore symlink.")
("link", "ignore symlinks.")
("ignore-symlinks", "ignore symlinks.")
("lfrestart", po::value<std::string>(), "lfRestartFile - specifies that the large file restart option is on and the lfRestartFile input specifies a local file that contains the restart information.")
("retries", po::value<int>(), "count - Retry the iput in case of error. The 'count' input specifies the number of times to retry. It must be used with the -X option")
Expand Down

0 comments on commit 1f6701d

Please sign in to comment.