Clean up a stale comment

This commit is contained in:
ridiculousfish 2022-06-04 11:43:28 -07:00
parent 0e2966d6dd
commit c0c108c870

View File

@ -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
///