projects
/
platform
/
upstream
/
erofs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a95277
)
erofs-utils: mkfs: fix a misspelling
author
Yifan Zhao
<zhaoyifan@sjtu.edu.cn>
Sun, 14 Jan 2024 04:42:29 +0000
(12:42 +0800)
committer
Gao Xiang
<hsiangkao@linux.alibaba.com>
Sun, 14 Jan 2024 09:16:45 +0000
(17:16 +0800)
Fix a misspelling in the version() function of mkfs.erofs.
Signed-off-by: Yifan Zhao <zhaoyifan@sjtu.edu.cn>
Link:
https://lore.kernel.org/r/20240114044229.626815-1-zhaoyifan@sjtu.edu.cn
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
mkfs/main.c
patch
|
blob
|
history
diff --git
a/mkfs/main.c
b/mkfs/main.c
index 0517849e96e526267f0ddd95a19cbb2e65e4fff0..13fea41b3b533596444b5d8b1c4328dffdc536de 100644
(file)
--- a/
mkfs/main.c
+++ b/
mkfs/main.c
@@
-175,7
+175,7
@@
static void usage(int argc, char **argv)
static void version(void)
{
- printf("mkfs.erofs (e
or
fs-utils) %s\navailable compressors: ",
+ printf("mkfs.erofs (e
ro
fs-utils) %s\navailable compressors: ",
cfg.c_version);
print_available_compressors(stdout, ", ");
}