aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-28 14:22:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-28 14:23:49 +0000
commit1fb5f711546dcdfc84c9850c1631896a9844bd57 (patch)
tree079e547020d3f4cb9c10563af880ad7efc05ff25 /src/apk.c
parentf69f047f2528932221a7036a13bfe8cc8c6522b9 (diff)
downloadaports-1fb5f711546dcdfc84c9850c1631896a9844bd57.tar.bz2
aports-1fb5f711546dcdfc84c9850c1631896a9844bd57.tar.xz
apk: minor fix in help text and a whitespace fix
Diffstat (limited to 'src/apk.c')
-rw-r--r--src/apk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apk.c b/src/apk.c
index 6202ae9ba0..b91c6e7414 100644
--- a/src/apk.c
+++ b/src/apk.c
@@ -50,7 +50,7 @@ static struct apk_option generic_options[] = {
{ 0x101, "progress", "Show a progress bar" },
{ 0x10f, "progress-fd", "Write progress to fd", required_argument, "FD" },
{ 0x110, "no-progress", "Disable progress bar even for TTYs" },
- { 0x102, "clean-protected", "Do not create .apk-new files to "
+ { 0x102, "clean-protected", "Do not create .apk-new files in "
"configuration dirs" },
{ 0x106, "purge", "Delete also modified configuration files on "
"package removal" },
@@ -67,7 +67,7 @@ static struct apk_option generic_options[] = {
required_argument, "REPOFILE" },
{ 0x109, "no-network", "Do not use network (cache is still used)" },
{ 0x111, "overlay-from-stdin", "Read list of overlay files from stdin" },
- { 0x112, "arch", "Use architecture with --root",
+ { 0x112, "arch", "Use architecture with --root",
required_argument, "ARCH" },
#ifdef TEST_MODE
{ 0x200, "test-repo", "Repository", required_argument, "REPO" },