Skip to content

Commit

Permalink
cli: fix typo in du command docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-steduto committed Mar 9, 2023
1 parent 13eba1b commit 98d82ee
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The list of contributors in alphabetical order:
- `Daniel Prelipcean <https://orcid.org/0000-0002-4855-194X>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Giuseppe Steduto <https://orcid.org/0009-0002-1258-8553>`_
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_
- `Jan Okraska <https://orcid.org/0000-0002-1416-3244>`_
- `Leticia Wanderley <https://orcid.org/0000-0003-4649-6630>`_
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

Version 0.9.1 (UNRELEASED)
--------------------------
- Fixes ``du`` command help message typo.

Version 0.9.0 (2023-01-26)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022 CERN.
Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023 CERN.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# General information about the project.
project = "reana"
copyright = "2017-2020 [email protected]"
copyright = "2017-2023 [email protected]"
author = "[email protected]"

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion reana_client/cli/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def workflow_disk_usage(
): # noqa: D301
"""Get workspace disk usage.
The ``du`` command allows to chech the disk usage of given workspace.
The ``du`` command allows to check the disk usage of given workspace.
Examples:\n
\t $ reana-client du -w myanalysis.42 -s\n
Expand Down

0 comments on commit 98d82ee

Please sign in to comment.