summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <andy@groveronline.com>2016-10-01 08:16:43 -0700
committerGitHub <noreply@github.com>2016-10-01 08:16:43 -0700
commit54bed727bb3c0940ae3d841b172c04db993012a7 (patch)
tree8485f0db9623d49e978e0fcd895deb058aef0a97
parent8ae05bd981dee681a12237f48066f5fbe9c3cdbe (diff)
parent09ab2eb3b79f94a19fae1fe802e571ce4d4eb6b0 (diff)
downloadconfigshell-fb-54bed727bb3c0940ae3d841b172c04db993012a7.tar.gz
Merge pull request #26 from pkalever/master
fix typo in GENERALITIES section of help message
-rw-r--r--configshell/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/node.py b/configshell/node.py
index 848c667..e795dd2 100644
--- a/configshell/node.py
+++ b/configshell/node.py
@@ -56,7 +56,7 @@ class ConfigNode(object):
B{pwd} command to display the complete current path.
Navigating the tree is done using the B{cd} command. Without
- any argument, B{cd} will present you wil the full objects
+ any argument, B{cd} will present you with the full objects
tree. Just use arrows to select the destination path, and
enter will get you there. Please try B{help cd} for navigation
tips.