summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.bfs.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-18 17:15:00 +0200
committerKarel Zak2011-07-18 17:15:00 +0200
commit7148256802364dc13549c7f4026de45ae0a52bb6 (patch)
treec178d5f4778f2f9cd726f4db867da5c441756afa /disk-utils/mkfs.bfs.c
parentmkfs.bfs: use err() instead of errx() (diff)
downloadkernel-qcow2-util-linux-7148256802364dc13549c7f4026de45ae0a52bb6.tar.gz
kernel-qcow2-util-linux-7148256802364dc13549c7f4026de45ae0a52bb6.tar.xz
kernel-qcow2-util-linux-7148256802364dc13549c7f4026de45ae0a52bb6.zip
mkfs.bfs: cleanu p --version output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/mkfs.bfs.c')
-rw-r--r--disk-utils/mkfs.bfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/mkfs.bfs.c b/disk-utils/mkfs.bfs.c
index 33500eeec..cbb09e0bd 100644
--- a/disk-utils/mkfs.bfs.c
+++ b/disk-utils/mkfs.bfs.c
@@ -85,7 +85,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
static void __attribute__ ((__noreturn__)) print_version(void)
{
- printf(_("%s (%s)\n"), program_invocation_short_name, PACKAGE_STRING);
+ printf(_("%s from %s\n"), program_invocation_short_name, PACKAGE_STRING);
exit(EXIT_SUCCESS);
}