diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 13 |
2 files changed, 10 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h index ff8799c63..33c3c2555 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -157,6 +157,7 @@ IF_FBSPLASH(APPLET(fbsplash, _BB_DIR_SBIN, _BB_SUID_DROP)) | |||
157 | IF_FDFLUSH(APPLET_ODDNAME(fdflush, freeramdisk, _BB_DIR_BIN, _BB_SUID_DROP, fdflush)) | 157 | IF_FDFLUSH(APPLET_ODDNAME(fdflush, freeramdisk, _BB_DIR_BIN, _BB_SUID_DROP, fdflush)) |
158 | IF_FDFORMAT(APPLET(fdformat, _BB_DIR_USR_BIN, _BB_SUID_DROP)) | 158 | IF_FDFORMAT(APPLET(fdformat, _BB_DIR_USR_BIN, _BB_SUID_DROP)) |
159 | IF_FDISK(APPLET(fdisk, _BB_DIR_SBIN, _BB_SUID_DROP)) | 159 | IF_FDISK(APPLET(fdisk, _BB_DIR_SBIN, _BB_SUID_DROP)) |
160 | IF_FGCONSOLE(APPLET(fgconsole, _BB_DIR_USR_BIN, _BB_SUID_DROP)) | ||
160 | IF_FEATURE_GREP_FGREP_ALIAS(APPLET_ODDNAME(fgrep, grep, _BB_DIR_BIN, _BB_SUID_DROP, fgrep)) | 161 | IF_FEATURE_GREP_FGREP_ALIAS(APPLET_ODDNAME(fgrep, grep, _BB_DIR_BIN, _BB_SUID_DROP, fgrep)) |
161 | IF_FIND(APPLET_NOEXEC(find, find, _BB_DIR_USR_BIN, _BB_SUID_DROP, find)) | 162 | IF_FIND(APPLET_NOEXEC(find, find, _BB_DIR_USR_BIN, _BB_SUID_DROP, find)) |
162 | IF_FINDFS(APPLET(findfs, _BB_DIR_SBIN, _BB_SUID_MAYBE)) | 163 | IF_FINDFS(APPLET(findfs, _BB_DIR_SBIN, _BB_SUID_MAYBE)) |
diff --git a/include/usage.h b/include/usage.h index d53b86731..8b8bd2c78 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -156,6 +156,11 @@ | |||
156 | "\n -r Repetitions" \ | 156 | "\n -r Repetitions" \ |
157 | "\n -n Start new tone" \ | 157 | "\n -n Start new tone" \ |
158 | 158 | ||
159 | #define blkid_trivial_usage \ | ||
160 | "" | ||
161 | #define blkid_full_usage "\n\n" \ | ||
162 | "Print UUIDs of all filesystems" | ||
163 | |||
159 | #define bootchartd_trivial_usage \ | 164 | #define bootchartd_trivial_usage \ |
160 | "start [PROG ARGS]|stop|init" | 165 | "start [PROG ARGS]|stop|init" |
161 | #define bootchartd_full_usage "\n\n" \ | 166 | #define bootchartd_full_usage "\n\n" \ |
@@ -1243,10 +1248,10 @@ | |||
1243 | "\n -H HEADS" \ | 1248 | "\n -H HEADS" \ |
1244 | "\n -S SECTORS" \ | 1249 | "\n -S SECTORS" \ |
1245 | 1250 | ||
1246 | #define blkid_trivial_usage \ | 1251 | #define fgconsole_trivial_usage \ |
1247 | "" | 1252 | "" |
1248 | #define blkid_full_usage "\n\n" \ | 1253 | #define fgconsole_full_usage "\n\n" \ |
1249 | "Print UUIDs of all filesystems" | 1254 | "Get active console" |
1250 | 1255 | ||
1251 | #define findfs_trivial_usage \ | 1256 | #define findfs_trivial_usage \ |
1252 | "LABEL=label or UUID=uuid" | 1257 | "LABEL=label or UUID=uuid" |