diff options
author | rebortg <github@ghlr.de> | 2019-04-04 21:31:02 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-04-04 21:31:02 +0200 |
commit | ba3e5d2bacef898cc855026b0ef65e108545510e (patch) | |
tree | cca8cd92d078af9848919945d2f9b02f0ed704d5 /docs | |
parent | 7dcc6966b449c8d1e370809b8015b54fa2dde96b (diff) | |
download | vyos-documentation-ba3e5d2bacef898cc855026b0ef65e108545510e.tar.gz vyos-documentation-ba3e5d2bacef898cc855026b0ef65e108545510e.zip |
fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/commandscripting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/commandscripting.rst b/docs/commandscripting.rst index 273f3d4b..cfdbae44 100644 --- a/docs/commandscripting.rst +++ b/docs/commandscripting.rst @@ -50,7 +50,7 @@ Unlike a normal configuration sessions, all operational commands must be prepend exit -Ohter script language +Other script language --------------------- If you want to script the configs in a language other than bash you can have your script output commands and then source them in a bash script. |