Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
ion
Commits
c8353e9d
Commit
c8353e9d
authored
Dec 28, 2019
by
BafDyce
Committed by
Michael Aaron Murphy
Jan 12, 2020
Browse files
fix: Fix help text of test builtin
parent
7b8f7797
Changes
2
Hide whitespace changes
Inline
Side-by-side
manual/src/builtins.md
View file @
c8353e9d
...
...
@@ -499,19 +499,19 @@ OPTIONS
the integers are equal
INTEGER -ge INTEGER
the first INTEGER is greater than or equal to the
first
INTEGER
the first INTEGER is greater than or equal to the
second
INTEGER
INTEGER -gt INTEGER
the first INTEGER is greater than the
first
INTEGER
the first INTEGER is greater than the
second
INTEGER
INTEGER -le INTEGER
the first INTEGER is less than or equal to the
first
INTEGER
the first INTEGER is less than or equal to the
second
INTEGER
INTEGER -lt INTEGER
the first INTEGER is less than the
first
INTEGER
the first INTEGER is less than the
second
INTEGER
INTEGER -ne INTEGER
the first INTEGER is not equal to the
first
INTEGER
the first INTEGER is not equal to the
second
INTEGER
FILE -ef FILE
both files have the same device and inode numbers
...
...
src/lib/builtins/test.rs
View file @
c8353e9d
...
...
@@ -44,19 +44,19 @@ OPTIONS
the integers are equal
INTEGER -ge INTEGER
the first INTEGER is greater than or equal to the
first
INTEGER
the first INTEGER is greater than or equal to the
second
INTEGER
INTEGER -gt INTEGER
the first INTEGER is greater than the
first
INTEGER
the first INTEGER is greater than the
second
INTEGER
INTEGER -le INTEGER
the first INTEGER is less than or equal to the
first
INTEGER
the first INTEGER is less than or equal to the
second
INTEGER
INTEGER -lt INTEGER
the first INTEGER is less than the
first
INTEGER
the first INTEGER is less than the
second
INTEGER
INTEGER -ne INTEGER
the first INTEGER is not equal to the
first
INTEGER
the first INTEGER is not equal to the
second
INTEGER
FILE -ef FILE
both files have the same device and inode numbers
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment