From 8a0d93654f77ffe0b4db37ed13aa91cb1ea93cba Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 14 Dec 2016 10:33:21 +0100 Subject: [PATCH] Changed in usage text "option" to "command" --- xorriso/xorriso_main.c | 12 ++++++------ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xorriso/xorriso_main.c b/xorriso/xorriso_main.c index bf439329..14b186aa 100644 --- a/xorriso/xorriso_main.c +++ b/xorriso/xorriso_main.c @@ -77,10 +77,10 @@ disk_ops.c actions on onjects of disk filesystems cmp_update.c compare or update files between disk filesystem and ISO filesystem - opts_a_c.c options -a* to -c* - opts_d_h.c options -d* to -h* - opts_i_o.c options -i* to -o* - opts_p_z.c options -p* to -z* + opts_a_c.c commands -a* to -c* + opts_d_h.c commands -d* to -h* + opts_i_o.c commands -i* to -o* + opts_p_z.c commands -p* to -z* xorriso_private.h contains the definition of struct Xorriso and for convenience includes the .h files of the non-library group. @@ -213,8 +213,8 @@ int main(int argc, char **argv) if(argc < 2) { yell_xorriso(); - fprintf(stderr,"usage : %s [options]\n", argv[0]); - fprintf(stderr, " More is told by option -help\n"); + fprintf(stderr,"usage : %s [commands]\n", argv[0]); + fprintf(stderr, " More is told by command -help\n"); exit(2); } setlocale(LC_CTYPE, ""); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 7d4a630e..424b79b2 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2016.12.14.091711" +#define Xorriso_timestamP "2016.12.14.093149"