aboutsummaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14btrfs-progs: move prefixcmp to utilsDavid Sterba1-0/+10
2015-06-26btrfs-progs: no extra newline between aliased commands in help textDavid Sterba1-1/+2
2015-06-26btrfs-progs: alias btrfs device delete to btrfs device removeOmar Sandoval1-4/+6
2015-06-26btrfs-progs: replace struct cmd_group->hidden with flagsOmar Sandoval1-3/+3
2015-06-09btrfs-progs: print compact help for btrfsDavid Sterba1-0/+44
2015-06-09btrfs-progs: fix argv0_buf handlingDavid Sterba1-4/+2
2014-12-18btrfs-progs: include headers required for musl-libcMerlijn Wajer1-0/+1
2014-08-22btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng1-0/+1
2013-10-16Btrfs-progs: return 1 rather than 129 in usage()Wang Shilong1-1/+1
2013-09-03btrfs-progs: make many private symbols staticZach Brown1-1/+1
2012-02-08Btrfs-progs: allow multi-line command group synopsisIlya Dryomov1-1/+8
2012-02-03Btrfs-progs: implement new subcommand parserIlya Dryomov1-0/+207