mirror of https://github.com/0intro/wmii
Fix wmiir.1 typo.
This commit is contained in:
parent
cee2e686db
commit
0e6b2f7025
|
@ -157,8 +157,8 @@ the following script provides the appropriate completions:
|
|||
|
||||
# Push out a new set of completions
|
||||
function update(str, opts) {
|
||||
print length str >fifo # Print the length of the preceding string
|
||||
print opts >fifo # and the options themself
|
||||
print length(str) >fifo # Print the length of the preceding string
|
||||
print opts >fifo # and the options themself
|
||||
fflush(fifo)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue