Skip to content

Commit

Permalink
update shlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 4, 2022
1 parent f8ba2d3 commit 2d9db6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The available commands are:
:diff: :ref:`show the differences between two archives <diff>`
:due: :ref:`days since last backup <due>`
:extract: :ref:`recover file or files from archive <extract>`
:help: :ref:`give information about commands or other topics <help>`
:help: :ref:`give information about commands or other topics <emborg_help>`
:info: :ref:`print information about a backup <info>`
:init: :ref:`initialize the repository <init>`
:list: :ref:`list the archives currently contained in the repository <list>`
Expand Down Expand Up @@ -386,7 +386,7 @@ replaces the existing files rather than simply copying them into the current
directory.


.. _help:
.. _emborg_help:

Help
----
Expand Down Expand Up @@ -468,7 +468,7 @@ Most commands save a log file, but some do not.
Specifically,
:ref:`configs <configs>`,
:ref:`due <due>`,
:ref:`help <help>`,
:ref:`help <emborg_help>`,
:ref:`log <log>`,
:ref:`settings <settings>` and
:ref:`version <version>` do not.
Expand Down
4 changes: 2 additions & 2 deletions emborg/shlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].

__version__ = "1.5.0-beta.0"
__released__ = "2022-08-31"
__version__ = "1.5"
__released__ = "2022-11-04"

# Imports {{{1
try:
Expand Down

0 comments on commit 2d9db6c

Please sign in to comment.