From abf8cf4b4ff5d9faecec7c6309baa084579e6a04 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 29 Apr 2023 00:50:03 -0400 Subject: cli.txt: Add more help text --- (limited to 'cli.txt') diff --git a/cli.txt b/cli.txt index c4d9674..10d455a 100644 --- a/cli.txt +++ b/cli.txt @@ -13,9 +13,22 @@ Options: files into CONTROL-DIR. -d, --data-dir=DATA-DIR In build mode, read data files from DATA-DIR. -f, --control-file=CONTROL-FILE Print the contents of the named control file. + If this option is given multiple times, the + named control files will be printed in the + order they appear in the package. -F, --data-file=DATA-FILE Print the contents of the named data file. + If this option is given multiple times, the + named data files will be printed in the order + they appear in the package. -l, --list-control List the control files. - -L, --list-data List the data files. + -L, --list-data List the data files. The list is currently + produced in a format similar to that + generated by GNU and BusyBox tar's verbose + listing. User and group IDs and names are + not checked against those on the host system, + since they may differ. + -h, --help Show this help information and exit. + -V, --version Show version information and exit. -f and -l are mutually exclusive -F and -L are mutually exclusive -- cgit v0.9.1