diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-06-19 16:43:51 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-06-19 16:49:14 +0300 |
commit | 81152df214dab4866f2076ef2eba04e78dbec1ab (patch) | |
tree | c8a5cf9171cff4b82d05470d878a7c12362b604c /src/update.c | |
parent | 9c54ef726c624a4635c0b1a8160baab7b575df62 (diff) | |
download | apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.gz apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.bz2 apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.xz apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.zip |
applets: unify help message by removing final dots
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index c9dd710..ed721be 100644 --- a/src/update.c +++ b/src/update.c @@ -43,7 +43,7 @@ static int update_main(void *ctx, struct apk_database *db, struct apk_string_arr static struct apk_applet apk_update = { .name = "update", - .help = "Update repository indexes from all remote repositories.", + .help = "Update repository indexes from all remote repositories", .open_flags = APK_OPENF_WRITE, .forced_flags = APK_UPDATE_CACHE, .main = update_main, |