summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/Comware.md
diff options
context:
space:
mode:
authorCharlie Allom <yeled@github.com>2018-03-12 04:09:04 -0400
committerGitHub <noreply@github.com>2018-03-12 04:09:04 -0400
commit88feb3836a7e0cd9c869b71be11046fbdd542b85 (patch)
tree454ef170f1e1be1761587ea26a4ba1d21bc0dfcb /docs/Model-Notes/Comware.md
parent34cdbeb75f3c74d803fb60c509fc06e4f6365f0c (diff)
parent87600b1f5f12711afe29c408e02dbbd927e3f25d (diff)
Merge pull request #1209 from wk/lint-markdown-docs
Lint markdown docs
Diffstat (limited to 'docs/Model-Notes/Comware.md')
-rw-r--r--docs/Model-Notes/Comware.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Model-Notes/Comware.md b/docs/Model-Notes/Comware.md
index 31eb002..0da019a 100644
--- a/docs/Model-Notes/Comware.md
+++ b/docs/Model-Notes/Comware.md
@@ -1,10 +1,12 @@
Comware Configuration
=====================
-If you find 3Com comware devices aren't being backed up this may be due to prompt detection not matching
-because a previous login message is disabled after the first prompt. You can disable this on the devices
-themselves by running this command:
+If you find 3Com comware devices aren't being backed up this may be due to prompt detection not matching because a previous login message is disabled after the first prompt.
-`info-center source default channel 1 log state off debug state off`
+You can disable this on the devices themselves by running this command:
+
+```text
+info-center source default channel 1 log state off debug state off
+```
[Reference](https://github.com/ytti/oxidized/issues/1171)