summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-23 15:20:16 -0700
committerLee Duncan <lduncan@suse.com>2022-03-23 15:20:16 -0700
commit436b4d2f3d402a4866b3522697500d28e59c643f (patch)
tree4133d2b69ae30b7bfaed1030502cdbad0d295c96 /usr
parentec7eae680c2d6bc2f1852091cafce45e00e93f45 (diff)
downloadopen-iscsi-436b4d2f3d402a4866b3522697500d28e59c643f.tar.gz
Clean up the usage info for iscsid
Just a little grammar cleanup.
Diffstat (limited to 'usr')
-rw-r--r--usr/iscsid.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/usr/iscsid.c b/usr/iscsid.c
index e5bd1f5..d97738c 100644
--- a/usr/iscsid.c
+++ b/usr/iscsid.c
@@ -95,16 +95,16 @@ static void usage(int status)
printf("Usage: %s [OPTION]\n", program_name);
printf("\
Open-iSCSI initiator daemon.\n\
- -c, --config=[path] Execute in the config file (" CONFIG_FILE ").\n\
+ -c, --config=[path] Execute using the config file (" CONFIG_FILE ").\n\
-i, --initiatorname=[path] read initiatorname from file (" INITIATOR_NAME_FILE ").\n\
- -f, --foreground make the program run in the foreground\n\
- -d, --debug debuglevel print debugging information\n\
- -u, --uid=uid run as uid, default is current user\n\
- -g, --gid=gid run as gid, default is current user group\n\
- -n, --no-pid-file do not use a pid file\n\
- -p, --pid=pidfile use pid file (default " PID_FILE ").\n\
- -h, --help display this help and exit\n\
- -v, --version display version and exit\n\
+ -f, --foreground Make the program run in the foreground\n\
+ -d, --debug debuglevel Print debugging information\n\
+ -u, --uid=uid Run as uid, default is current user\n\
+ -g, --gid=gid Run as gid, default is current user group\n\
+ -n, --no-pid-file Do not use a pid file\n\
+ -p, --pid=pidfile Use pid file (default " PID_FILE ").\n\
+ -h, --help Display this help and exit\n\
+ -v, --version Display version and exit\n\
");
}
exit(status);