Skip to content

Commit 7513f6f

Browse files
committed
Tweak REPL help wording
1 parent 334e25e commit 7513f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repl.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _data_repl_help = md"""
99
|:---------- |:--------- | :---------- |
1010
| `help` | `?` | Show this message |
1111
| `list` | `ls` | List all datasets by name |
12-
| `show $name` | | Show the content of dataset `$name` |
12+
| `show $name` | | Preview the content of dataset `$name` |
1313
| `stack` | `st` | Manipulate the global data search stack |
1414
| `stack list` | `st ls` | List all projects in the global data search stack |
1515
| `stack push $path` | `st push` | Add data project `$path` to front of the search stack |

0 commit comments

Comments
 (0)