mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
Clean up a stale comment
This commit is contained in:
parent
0e2966d6dd
commit
c0c108c870
|
@ -195,12 +195,10 @@ void completions_sort_and_prioritize(completion_list_t *comps,
|
|||
|
||||
/// Add a completion.
|
||||
///
|
||||
/// All supplied values are copied, they should be freed by or otherwise disposed by the caller.
|
||||
///
|
||||
/// Examples:
|
||||
///
|
||||
/// The command 'gcc -o' requires that a file follows it, so the NO_COMMON option is suitable. This
|
||||
/// can be done using the following line:
|
||||
/// The command 'gcc -o' requires that a file follows it, so the requires_param mode is suitable.
|
||||
/// This can be done using the following line:
|
||||
///
|
||||
/// complete -c gcc -s o -r
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue
Block a user