diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-07-01 23:33:20 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-02 12:10:12 +0200 |
commit | da890466433279d2a6714e3571fc8d7dc4369e4d (patch) | |
tree | f494ead2b43466772758711ebb9c9b9841b053e3 /src/id128/id128.c | |
parent | NEWS: reword/fix/extend the entries for v254 (diff) | |
download | systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.tar.xz systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.zip |
tree-wide: "<n>bit" → "<n>-bit"
In some places, "<n> bits" is used when more appropriate.
Diffstat (limited to 'src/id128/id128.c')
-rw-r--r-- | src/id128/id128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c index 53a24348d5..a8c5c9ac6c 100644 --- a/src/id128/id128.c +++ b/src/id128/id128.c @@ -156,7 +156,7 @@ static int help(void) { return log_oom(); printf("%s [OPTIONS...] COMMAND\n\n" - "%sGenerate and print 128bit identifiers.%s\n" + "%sGenerate and print 128-bit identifiers.%s\n" "\nCommands:\n" " new Generate a new ID\n" " machine-id Print the ID of current machine\n" |