aboutsummaryrefslogtreecommitdiff
path: root/generated/help.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-10-23 10:44:33 -0700
committerElliott Hughes <enh@google.com>2015-10-23 10:44:33 -0700
commit064520b0106bb988174c2f38e6b185317486fff0 (patch)
treec3eddb3bdc3478cdd1e18ab8435147ffbd5ec919 /generated/help.h
parente80ddaeff17525b5a4d874ac0ca92dc44e5f3523 (diff)
downloadtoybox-064520b0106bb988174c2f38e6b185317486fff0.tar.gz
Regenerate generated files.
Change-Id: Ib50794cf0fd5df93f903c66e9e4bd3b52458e1b1
Diffstat (limited to 'generated/help.h')
-rw-r--r--generated/help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generated/help.h b/generated/help.h
index e08ce027..427d5522 100644
--- a/generated/help.h
+++ b/generated/help.h
@@ -114,7 +114,7 @@
#define help_swapoff "usage: swapoff swapregion\n\nDisable swapping on a given swapregion.\n\n"
-#define help_stat "usage: stat [-f] [-c FORMAT] FILE...\n\nDisplay status of files or filesystems.\n\n-f display filesystem status instead of file status\n-c Output specified FORMAT string instead of default\n\nThe valid format escape sequences for files:\n%a Access bits (octal) |%A Access bits (flags)|%b Blocks allocated\n%B Bytes per block |%d Device ID (dec) |%D Device ID (hex)\n%f All mode bits (hex) |%F File type |%g Group ID\n%G Group name |%h Hard links |%i Inode\n%n Filename |%N Long filename |%o I/O block size\n%s Size (bytes) |%u User ID |%U User name\n%x Access time |%X Access unix time |%y File write time\n%Y File write unix time|%z Dir change time |%Z Dir change unix time\n\nThe valid format escape sequences for filesystems:\n%a Available blocks |%b Total blocks |%c Total inodes\n%d Free inodes |%f Free blocks |%i File system ID\n%l Max filename length |%n File name |%s Fragment size\n%S Best transfer size |%t File system type\n\n"
+#define help_stat "usage: stat [-f] [-c FORMAT] FILE...\n\nDisplay status of files or filesystems.\n\n-f display filesystem status instead of file status\n-c Output specified FORMAT string instead of default\n\nThe valid format escape sequences for files:\n%a Access bits (octal) |%A Access bits (flags)|%b Blocks allocated\n%B Bytes per block |%d Device ID (dec) |%D Device ID (hex)\n%f All mode bits (hex) |%F File type |%g Group ID\n%G Group name |%h Hard links |%i Inode\n%n Filename |%N Long filename |%o I/O block size\n%s Size (bytes) |%u User ID |%U User name\n%x Access time |%X Access unix time |%y File write time\n%Y File write unix time|%z Dir change time |%Z Dir change unix time\n\nThe valid format escape sequences for filesystems:\n%a Available blocks |%b Total blocks |%c Total inodes\n%d Free inodes |%f Free blocks |%i File system ID\n%l Max filename length |%n File name |%s Fragment size\n%S Best transfer size |%t Filesystem type |%T Filesystem type name\n\n"
#define help_shred "usage: shred [-fuz] [-n COUNT] [-s SIZE] FILE...\n\nSecurely delete a file by overwriting its contents with random data.\n\n-f Force (chmod if necessary)\n-n COUNT Random overwrite iterations (default 1)\n-o OFFSET Start at OFFSET\n-s SIZE Use SIZE instead of detecting file size\n-u unlink (actually delete file when done)\n-x Use exact size (default without -s rounds up to next 4k)\n-z zero at end\n\nNote: data journaling filesystems render this command useless, you must\noverwrite all free space (fill up disk) to erase old data on those.\n\n"
@@ -288,7 +288,7 @@
#define help_route "usage: route -neA inet{6} / [{add|del}]\n\nDisplay/Edit kernel routing tables.\n\n-n Don't resolve names\n-e Display other/more information\n-A inet{6} Select Address Family\n\n"
-#define help_ps "usage: ps [-Aade] [-fl] [-gG GROUP] [-o FIELD] [-p PID] [-t TTY] [-u USER]\n\nList processes.\n\n-A All processes\n-a Processes with terminals, except session leaders\n-d Processes that aren't session leaders\n-e Same as -A\n-f Full listing\n-l Long listing\n\n-g Processes belonging to these session leaders\n-G Processes with these real group IDs\n-o Show FIELDS for each process\n-p select by PID\n-t select by TTY\n-u select by USER\n-U select by USER\n\n GROUP, FIELD, PID, TTY, and USER are comma separated lists.\n\nOUTPUT (-o) FIELDS:\n\n \"UID\", \"PID\", \"PPID\", \"C\", \"PRI\", \"NI\", \"ADDR\", \"SZ\",\n \"WCHAN\", \"STIME\", \"TTY\", \"TIME\", \"CMD\", \"COMMAND\", \"ELAPSED\", \"GROUP\",\n \"%CPU\", \"PGID\", \"RGROUP\", \"RUSER\", \"USER\", \"VSZ\"\n\n C Processor utilization for scheduling\n F Process flags (PF_*) from linux source file include/sched.h\n (in octal rather than hex because posix)\n S Process state:\n R (running) S (sleeping) D (disk sleep) T (stopped) t (tracing stop)\n Z (zombie) X (dead) x (dead) K (wakekill) W (waking)\n PID Process id\n PPID Parent process id\n PRI Priority\n UID User id of process owner\n\nDefault output is -o PID,TTY,TIME,CMD\nWith -f USER=UID,PID,PPID,C,STIME,TTY,TIME,CMD\nWith -l F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD\n\n"
+#define help_ps "usage: ps [-Aadeflw] [-gG GROUP] [-o FIELD] [-p PID] [-t TTY] [-uU USER]\n\nList processes.\n\nWhich processes to show (selections may be comma separated lists):\n\n-A All processes\n-a Processes with terminals that aren't session leaders\n-d All processes that aren't session leaders\n-e Same as -A\n-g belonging to selected session leaders (not groups: posix says so)\n-G belonging to selected real GROUP IDs\n-p selected PIDs\n-t attached to selected TTYs\n-u owned by selected USERs\n-U owned by selected real USERs\n-w Wide output (don't truncate at terminal width)\n\nWhich FIELDs to show. (Default = -o pid,tty,time,cmd)\n\n-f Full listing (uid,pid,ppid,c,stime,tty,time,cmd)\n-l Long listing (f,s,uid,pid,ppid,c,pri,ni,addr,sz,wchan,tty,time,cmd)\n-o Output the listed FIELDs, each with optional :size and/or =title\n\nAvailable -o FIELDs: F S UID PID PPID PRI NI ADDR SZ WCHAN STIME TTY\nTIME CMD ETIME GROUP %CPU PGID RGROUP RUSER USER VSZ RSS UNAME GID STAT\n\nGROUP %CPU PGID RGROUP RUSER USER VSZ RSS UNAME GID STAT\n\n ADDR Instruction pointer\n CMD Command line\n ETIME Elapsed time since process start\n F Process flags (PF_*) from linux source file include/sched.h\n (in octal rather than hex because posix)\n GID Group id\n GROUP Group name\n NI Niceness of process (lower niceness is higher priority)\n PID Process id\n PPID Parent process id\n PRI Priority\n RSS Resident Set Size (memory currently used)\n S Process state:\n R (running) S (sleeping) D (disk sleep) T (stopped) t (traced)\n Z (zombie) X (dead) x (dead) K (wakekill) W (waking)\n STAT Process state (S) plus:\n < high priority N low priority L locked memory\n s session leader + foreground l multithreaded\n STIME Start time of process in hh:mm (size :19 shows yyyy-mm-dd hh:mm:ss)\n SZ Memory Size (4k pages needed to completely swap out process)\n TTY Controlling terminal\n UID User id\n UNAME User name\n WCHAN What it's waiting for\n\nSZ is memory mapped while RSS is pages consumed. ADDR is an address,\nWCHAN is a name. S shows a single state letter, STAT adds substatus.\n\nDefault output is -o PID,TTY,TIME,CMD\nWith -f USER:8=UID,PID,PPID,C,STIME,TTY,TIME,CMD\nWith -l F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD\n\n"
#define help_ping "usage: ping [OPTIONS] HOST\n\nCheck network connectivity by sending packets to a host and reporting\nits response.\n\nSend ICMP ECHO_REQUEST packets to ipv4 or ipv6 addresses and prints each\necho it receives back, with round trip time.\n\nOptions:\n-4, -6 Force IPv4 or IPv6\n-c CNT Send CNT many packets\n-I IFACE/IP Source interface or address\n-q Quiet, only displays output at start and when finished\n-s SIZE Packet SIZE in bytes (default 56)\n-t TTL Set Time (number of hops) To Live\n-W SEC Seconds to wait for response after all packets sent (default 10)\n-w SEC Exit after this many seconds\n\n"