Răsfoiți Sursa

docs/manual: fix configurations listing command

Signed-off-by: Nicolas POIROT <ni.poirot@laposte.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Nicolas POIROT 3 ani în urmă
părinte
comite
5c5f30cbc7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/manual/customize-configuration.txt

+ 2 - 2
docs/manual/customize-configuration.txt

@@ -15,8 +15,8 @@ make with +make savedefconfig BR2_DEFCONFIG=<path-to-defconfig>+.
 
 The recommended place to store this defconfig is
 +configs/<boardname>_defconfig+. If you follow this recommendation, the
-configuration will be listed in +make help+ and can be set again by
-running +make <boardname>_defconfig+.
+configuration will be listed in +make list-defconfigs+ and can be set
+again by running +make <boardname>_defconfig+.
 
 Alternatively, you can copy the file to any other place and rebuild with
 +make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+.