Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
apk-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
apk-tools
Commits
1fb5f711
Commit
1fb5f711
authored
Aug 28, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apk: minor fix in help text and a whitespace fix
parent
f69f047f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/apk.c
src/apk.c
+2
-2
No files found.
src/apk.c
View file @
1fb5f711
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment