aboutsummaryrefslogtreecommitdiff
path: root/src/args.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-24 13:18:10 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-24 13:40:20 +0200
commit96871d6f9554ba8d0ff5981edd252245aec9001e (patch)
tree673ffb6aa624471e0d3748f3246d08e3a916b0fc /src/args.py
parent37b5238322d96c483512d2e671ec0a313e0aa73c (diff)
downloadminishell_test-96871d6f9554ba8d0ff5981edd252245aec9001e.tar.gz
minishell_test-96871d6f9554ba8d0ff5981edd252245aec9001e.tar.bz2
minishell_test-96871d6f9554ba8d0ff5981edd252245aec9001e.zip
Fixing non explicit result on export without arguments
Diffstat (limited to 'src/args.py')
-rw-r--r--src/args.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/args.py b/src/args.py
index 289083b..d8bd405 100644
--- a/src/args.py
+++ b/src/args.py
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:24:32 by charles #+# #+# #
-# Updated: 2020/10/10 14:26:20 by cacharle ### ########.fr #
+# Updated: 2020/10/24 13:38:47 by charles ### ########.fr #
# #
# ############################################################################ #
@@ -18,7 +18,7 @@ def parse_args():
"""Parse command line arguments"""
parser = argparse.ArgumentParser(
- description=textwrap.dedent("""\
+ description=textwrap.dedent(r"""
___ ____ _ _ _ _ _ _
| \/ (_) (_) | | | | | | | | |
| . . |_ _ __ _ ___| |__ ___| | | | |_ ___ ___| |_