Skip to content

Commit

Permalink
Merge pull request #19 from kewlfft/master
Browse files Browse the repository at this point in the history
Add prefix option for pruning
  • Loading branch information
KenKundert committed Sep 22, 2019
2 parents 8c95ac5 + 83b3d33 commit a0c028d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion emborg/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,18 @@
remote_ratelimit = dict(
cmds = 'all',
arg = 'RATE',
desc = 'set remote network upload rate limit in kiB/s (deefault: 0=unlimited)'
desc = 'set remote network upload rate limit in kiB/s (default: 0=unlimited)'
),
umask = dict(
cmds = 'all',
arg = 'M',
desc = 'set umask to M (local and remote, default: 0077)'
),
prefix = dict(
cmds = 'prune',
arg = 'PREFIX',
desc = 'only consider archive names starting with this prefix'
),
)

# Utilities {{{2
Expand Down

0 comments on commit a0c028d

Please sign in to comment.