1,860
edits
m (Remove edit test.) |
|||
Line 27: | Line 27: | ||
first. The maximal line width is 80 characters. | first. The maximal line width is 80 characters. | ||
diff -r f5c9bb5955e7 -r 68c698c4f2fd scripts/help/help.m | |||
--- a/scripts/help/help.m Tue Jun 09 14:11:13 2020 -0700 | --- a/scripts/help/help.m Tue Jun 09 14:11:13 2020 -0700 | ||
+++ b/scripts/help/help.m Wed Jun 10 18:08:11 2020 +0900 | +++ b/scripts/help/help.m Wed Jun 10 18:08:11 2020 +0900 | ||
@@ -99,7 +99,7 @@ function retval = help (name) | @@ -99,7 +99,7 @@ function retval = help (name) | ||
endif | |||
## Get help text | ## Get help text | ||
Line 38: | Line 38: | ||
## Take action depending on help text format | ## Take action depending on help text format | ||
switch (lower (format)) | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 150: | Line 150: | ||
[alias] | [alias] | ||
glog = log --graph | glog = log --graph | ||
top = log --graph -l | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||