Skip to content

Commit

Permalink
add help for use-nvidia-current
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev committed Nov 7, 2023
1 parent f12639a commit 5c9d279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envycontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ def main():
help='Enable Coolbits on Nvidia mode. Default if specified: %(const)s')
parser.add_argument('--rtd3', type=int, nargs='?', metavar='VALUE', action='store', choices=RTD3_MODES, const=2,
help='Setup PCI-Express Runtime D3 (RTD3) Power Management on Hybrid mode. Available choices: %(choices)s. Default if specified: %(const)s')
parser.add_argument('--use-nvidia-current', action='store_true')
parser.add_argument('--use-nvidia-current', action='store_true',
help='Use nvidia-current instead of nvidia for kernel modules')
parser.add_argument('--reset-sddm', action='store_true',
help='Restore default Xsetup file')
parser.add_argument('--reset', action='store_true',
Expand Down

0 comments on commit 5c9d279

Please sign in to comment.