Skip to content

Commit

Permalink
Merge pull request #10 from dprobinson/master
Browse files Browse the repository at this point in the history
Fixed "prune" command description
  • Loading branch information
Ken Kundert committed May 11, 2019
2 parents 004c41b + 9c40448 commit d2b836a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here are the available commands:
:log: :ref:`print logfile for the last emborg run <log>`
:manifest: :ref:`list the files contained in an archive <manifest>`
:mount: :ref:`mount a repository or archive <mount>`
:prune: :ref:`list the archives currently contained in the repository <prune>`
:prune: :ref:`prune the repository of excess archives <prune>`
:settings: :ref:`list settings of chosen configuration <settings>`
:umount: :ref:`un-mount a previously mounted repository or archive <umount>`
:version: :ref:`display emborg version <version>`
Expand Down
2 changes: 1 addition & 1 deletion emborg/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def run(cls, command, args, settings, options):
# Prune command {{{1
class Prune(Command):
NAMES = 'prune'.split()
DESCRIPTION = 'list the archives currently contained in the repository'
DESCRIPTION = 'prune the repository of excess archives'
USAGE = dedent("""
Usage:
emborg prune
Expand Down

0 comments on commit d2b836a

Please sign in to comment.