mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
docs: fix simple typo: sdtout -> stdout (#755)
This commit is contained in:
parent
d15b47ab86
commit
bfcf296334
|
@ -318,7 +318,7 @@ typedef struct {
|
|||
uint initfile : 1; /* Positional arg is a file */
|
||||
uint dircolor : 1; /* Current status of dir color */
|
||||
uint picker : 1; /* Write selection to user-specified file */
|
||||
uint pickraw : 1; /* Write selection to sdtout before exit */
|
||||
uint pickraw : 1; /* Write selection to stdout before exit */
|
||||
uint runplugin : 1; /* Choose plugin mode */
|
||||
uint runctx : 2; /* The context in which plugin is to be run */
|
||||
uint selmode : 1; /* Set when selecting files */
|
||||
|
|
Loading…
Reference in a new issue