]> Git Repo - J-u-boot.git/commit
tools: efivar.py without arguments
authorHeinrich Schuchardt <[email protected]>
Sat, 9 Jan 2021 00:52:30 +0000 (01:52 +0100)
committerHeinrich Schuchardt <[email protected]>
Wed, 13 Jan 2021 01:38:00 +0000 (02:38 +0100)
commit4f6ec7754b1342ae9f9df4524fa9fa45299f3d68
tree00a1cb536a0de1025be3a3cf3b4f00251d31729b
parentdb12f518edb05cbb4ea2b4f2d9771dda2341cbe7
tools: efivar.py without arguments

When tools: efivar.py is called without arguments an error occurs:

Traceback (most recent call last):
  File "tools/efivar.py", line 380, in <module>
    main()
  File "tools/efivar.py", line 360, in main
    args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'

Show the online help if the arguments do not specify a function.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Paulo Alcantara (SUSE) <[email protected]>
tools/efivar.py
This page took 0.033587 seconds and 4 git commands to generate.