Changeset 60 in code for trunk/cli


Ignore:
Timestamp:
Feb 23, 2024, 12:50:27 PM (14 months ago)
Author:
Izuru Yakumo
Message:

Bug fix: another unescaped '$', also, $txtdir -> $TXTDIR

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk/cli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/listing.ml

    r53 r60  
    3737        Term.info "list" ~doc:"list texts" ~man:[ `S "DESCRIPTION";
    3838                `P "Diplays text id, date, author, title for a directory.
    39                 If directory argument is ommitted, $txtdir is used, where empty value defaults to ~/.local/share/texts.
     39                If directory argument is ommitted, TXTDIR is used, where empty value defaults to ~/.local/share/texts.
    4040                If -R is used, list header information for texts found in subdirectories too." ]
  • trunk/cli/txt.ml

    r49 r60  
    1 let version = "1.3"
     1let version = "1.3.1"
    22
    33open Cmdliner
Note: See TracChangeset for help on using the changeset viewer.