Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix print_usage and man page mistakes #103

Merged
merged 25 commits into from Nov 23, 2023
Merged

Fix print_usage and man page mistakes #103

merged 25 commits into from Nov 23, 2023

Commits on Jun 26, 2023

  1. Fix print_usage mistakes

    Seems like someone confused tldr-c-client with another client because -v prints out version and you can't even search for a string instead you have to provide a [PAGE]
    4G3NT committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2c4b65e View commit details
    Browse the repository at this point in the history
  2. Fix the manual page as well

    4G3NT committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4195d4e View commit details
    Browse the repository at this point in the history
  3. Remove redundancy and fix man page URLs

    4G3NT committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d5fac81 View commit details
    Browse the repository at this point in the history
  4. Add a period ad the end of the urls

    4G3NT committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5cf3ff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Fix man page mistakes and update usage

    4G3NT committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    053757b View commit details
    Browse the repository at this point in the history
  2. Fix capitalization

    4G3NT committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1da5cb3 View commit details
    Browse the repository at this point in the history
  3. Reorder options in a more logical manner

    4G3NT committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    17fac4a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Remove unused variable in deps.sh

    4G3NT committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    774d9ea View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    08ffe3e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Remove obsolete padding code

    It appears that using %-30s for padding is unnecessary in this context, as %s alone seems to work perfectly without any issues.
    4G3NT committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2754c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0900ecb View commit details
    Browse the repository at this point in the history
  3. Prevent -v from printing version if no additional arguments are provi…

    …ded print usage instead.
    4G3NT committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    32c7172 View commit details
    Browse the repository at this point in the history
  4. Use literal URLs in the man page to increase compatiability between m…

    …andoc and man-db
    4G3NT committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9383391 View commit details
    Browse the repository at this point in the history
  5. Comply with padding of 80 colums

    4G3NT committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7747857 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6985894 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56749be View commit details
    Browse the repository at this point in the history
  8. More valid --verbose description

    4G3NT committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9a5515d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f2d816 View commit details
    Browse the repository at this point in the history
  2. Revert to old usage, but use the long option instead

    man
    4G3NT committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5402f04 View commit details
    Browse the repository at this point in the history
  3. Revert accidental changes

    4G3NT committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d3dab8f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    fc12f84 View commit details
    Browse the repository at this point in the history
  2. tldr.1: update manpage

    kbdharun authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d36ea25 View commit details
    Browse the repository at this point in the history
  3. tldr.c: fix EOL

    kbdharun authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fbeca5d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Properly align print_usage

    4G3NT committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ae82b4f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Fix whitespace and argument phrasing

    4G3NT committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9bf6e74 View commit details
    Browse the repository at this point in the history