diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 9ceb3664f..cfe12c633 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1932,7 +1932,7 @@ | |||
1932 | 1932 | ||
1933 | /* -v, -b, -c are ignored */ | 1933 | /* -v, -b, -c are ignored */ |
1934 | #define install_trivial_usage \ | 1934 | #define install_trivial_usage \ |
1935 | "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [source] dest|directory" | 1935 | "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [source] dest|directory" |
1936 | #define install_full_usage "\n\n" \ | 1936 | #define install_full_usage "\n\n" \ |
1937 | "Copy files and set attributes\n" \ | 1937 | "Copy files and set attributes\n" \ |
1938 | "\nOptions:" \ | 1938 | "\nOptions:" \ |
@@ -1948,6 +1948,14 @@ | |||
1948 | "\n -Z Set security context" \ | 1948 | "\n -Z Set security context" \ |
1949 | ) | 1949 | ) |
1950 | 1950 | ||
1951 | #define ionice_trivial_usage \ | ||
1952 | "[-c 1-3] [-n 0-7] [-p PID] [PROG]" | ||
1953 | #define ionice_full_usage "\n\n" \ | ||
1954 | "Change I/O scheduling class and priority\n" \ | ||
1955 | "\nOptions:" \ | ||
1956 | "\n -c Class. 1:realtime 2:best-effort 3:idle" \ | ||
1957 | "\n -n Priority" \ | ||
1958 | |||
1951 | /* would need to make the " | " optional depending on more than one selected: */ | 1959 | /* would need to make the " | " optional depending on more than one selected: */ |
1952 | #define ip_trivial_usage \ | 1960 | #define ip_trivial_usage \ |
1953 | "[OPTIONS] {" \ | 1961 | "[OPTIONS] {" \ |