Changed in usage text "option" to "command"
This commit is contained in:
parent
85aa000192
commit
8a0d93654f
@ -77,10 +77,10 @@
|
|||||||
disk_ops.c actions on onjects of disk filesystems
|
disk_ops.c actions on onjects of disk filesystems
|
||||||
cmp_update.c compare or update files between disk filesystem and
|
cmp_update.c compare or update files between disk filesystem and
|
||||||
ISO filesystem
|
ISO filesystem
|
||||||
opts_a_c.c options -a* to -c*
|
opts_a_c.c commands -a* to -c*
|
||||||
opts_d_h.c options -d* to -h*
|
opts_d_h.c commands -d* to -h*
|
||||||
opts_i_o.c options -i* to -o*
|
opts_i_o.c commands -i* to -o*
|
||||||
opts_p_z.c options -p* to -z*
|
opts_p_z.c commands -p* to -z*
|
||||||
|
|
||||||
xorriso_private.h contains the definition of struct Xorriso and for
|
xorriso_private.h contains the definition of struct Xorriso and for
|
||||||
convenience includes the .h files of the non-library group.
|
convenience includes the .h files of the non-library group.
|
||||||
@ -213,8 +213,8 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if(argc < 2) {
|
if(argc < 2) {
|
||||||
yell_xorriso();
|
yell_xorriso();
|
||||||
fprintf(stderr,"usage : %s [options]\n", argv[0]);
|
fprintf(stderr,"usage : %s [commands]\n", argv[0]);
|
||||||
fprintf(stderr, " More is told by option -help\n");
|
fprintf(stderr, " More is told by command -help\n");
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
setlocale(LC_CTYPE, "");
|
setlocale(LC_CTYPE, "");
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2016.12.14.091711"
|
#define Xorriso_timestamP "2016.12.14.093149"
|
||||||
|
Loading…
Reference in New Issue
Block a user