apk: minor fix in help text and a whitespace fix

cute-signatures
Natanael Copa 2013-08-28 14:22:48 +00:00
parent f69f047f25
commit 1fb5f71154
1 changed files with 2 additions and 2 deletions

View File

@ -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" },